home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komercni software / zoner / zps8_cz.exe / {app} / HTMLPublish / slideshow.ZHT / image.tpl < prev    next >
Text File  |  2006-03-22  |  1KB  |  63 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html><head>
  3. <title>${IMG_TITLE}</title>
  4. <meta http-equiv="content-type" content="text/html; charset=#{ENCODING}">
  5. <meta name="generator" content="Zoner Photo Studio 8">
  6. <link rel="StyleSheet" href="image.css">
  7. </head>
  8. <body>
  9.  
  10. <div class="all">
  11.  
  12. ${IMAGE_TITLE}
  13.  
  14. <div class="titleOut">
  15. <div class="titleIn">
  16.  
  17. <table width="100%" border="0"><tr>
  18.  
  19. <td valign="middle" align="left" class="titleText">
  20. <b>  ${IMG_NAME}</b>
  21. </td>
  22.  
  23. <td valign="top" align="right" class="titleText">
  24. <table border="0"><tr>
  25.  
  26. <td class="titleText" width="20" align="left">
  27. ${IMG_PREVPAGE}
  28. </td>
  29.  
  30. <td class="titleText" align="center">
  31. <!--  |  -->
  32. ${IMG_POSITION}
  33. <!--  |  -->
  34. </td>
  35.  
  36. <td class="titleText" width="20" align="right">
  37. ${IMG_NEXTPAGE}
  38. </td>
  39.  
  40. </tr></table>
  41.  
  42. </td>
  43. </tr></table>
  44.  
  45. </div>
  46. </div>
  47.  
  48.  
  49. <div class="obrazek">
  50. <img src="${IMG_FILENAME}" alt="${IMG_NAME}" border="0">
  51. </div>
  52.  
  53. ${IMG_DESC}
  54.  
  55. ${IMG_FOOT}
  56.  
  57. </div> <!-- pro class=all -->
  58.  
  59.  
  60. </body>
  61. </html>
  62.  
  63.